Basic Library for WPF/Silverlight
C1SelectionManager.GetSelection<T> デリゲート

C1.Silverlight.5 アセンブリ > C1.Silverlight 名前空間 : C1SelectionManager.GetSelection<T> デリゲート
選択範囲の最初の項目
選択範囲の最後の項目
startItem と endItem の間に含まれるすべての項目を取得します。連続選択を行うときに使用されます。
シンタックス
'宣言
 
Public Delegate Function C1SelectionManager.GetSelection(Of T)( _
   ByVal startItem As T, _
   ByVal endItem As T _
) As System.Collections.Generic.IList(Of T)
public delegate System.Collections.Generic.IList<T> C1SelectionManager.GetSelection<T>( 
   T startItem,
   T endItem
)

パラメータ

startItem
選択範囲の最初の項目
endItem
選択範囲の最後の項目

型パラメータ

T

戻り値の型

最初の項目と最後の項目の間に含まれる項目のリスト
参照

C1SelectionManager.GetSelection<T> メンバ
C1.Silverlight 名前空間